This web method returns a list of view modes supported by the
EinInfoItemHistoryGet web method.
Method | /ProCloudWS.asmx/EinInfoItemHistoryTypesGet |
The request body is of type EinInfoItemHistoryTypesGet.
Name | Description | Data Type |
---|---|---|
objProviderGUId | This is a unique provider id, which can be obtained from CSS GUId | guid |
strPassword | This is your unique service password which can be obtained from CSS String (min 1 max 50) | xml:string |
|
The response body is of type EinInfoItemHistoryTypesGetResponse.
Name | Description | Data Type |
---|---|---|
EinInfoItemHistoryTypesGetResult | objEinInfoItemHistoryTypesGetReturn |
|
<?xml version="1.0" encoding="UTF-8"?> <objEinInfoItemHistoryTypesGetReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <intErrorId>0</intErrorId> <strErrorMsg/> <xmlDataSet> <NewDataSet xmlns=""> <HistoryTypes> <HistoryType>4</HistoryType> <HistoryTypeDesc>All Activities</HistoryTypeDesc> </HistoryTypes> <HistoryTypes> <HistoryType>1</HistoryType> <HistoryTypeDesc>Last Asset Known Information</HistoryTypeDesc> </HistoryTypes> <HistoryTypes> <HistoryType>3</HistoryType> <HistoryTypeDesc>Last Asset Repairs</HistoryTypeDesc> </HistoryTypes> <HistoryTypes> <HistoryType>2</HistoryType> <HistoryTypeDesc>Last Asset Services</HistoryTypeDesc> </HistoryTypes> </NewDataSet> </xmlDataSet> </objEinInfoItemHistoryTypesGetReturn>